Skip to content

feat!: rename bm25 APIs to paradedb and always use the paradedb access method - #13

Open
rebasedming wants to merge 1 commit into
mainfrom
paradedb-am
Open

feat!: rename bm25 APIs to paradedb and always use the paradedb access method#13
rebasedming wants to merge 1 commit into
mainfrom
paradedb-am

Conversation

@rebasedming

@rebasedming rebasedming commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

What

Implements paradedb/paradedb#5706 as a breaking rename — no configurability, no fallbacks:

  • renderBm25IndexDdl/Bm25IndexDdlOptions/Bm25VectorIndexColumnrenderParadeDbIndexDdl/ParadeDbIndexDdlOptions/ParadeDbVectorIndexColumn (old names removed)
  • The 'bm25' contract index type is removed; 'paradedb' is the only index type and DDL always emits USING paradedb
  • No AM option, no pg_am probing anywhere; the demo contract uses type: 'paradedb'

Requires pg_search 0.25.0+.

Tests

Package: 43/43, typecheck + build clean. Demo end-to-end against a pg_search 0.25.0 dev server: db:init creates the index USING paradedb (verified in pg_catalog), all CLI commands pass, 6/6 integration tests with zero skips. Released images fail at db:init as expected.

@rebasedming rebasedming changed the title feat: support the paradedb index access method feat!: rename bm25 APIs to paradedb and always use the paradedb access method Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant